Dashboard Temp Share Shortlinks Frames API

khushi - HTMLify profile

files of /khushi/To-Do List/

index.html /khushi/To-Do List/index.html
481 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>OCTANET || TASK2</title>
<link href="todo.css" rel="stylesheet">
</head>

todo.css /khushi/To-Do List/todo.css
219 Views
0 Comments
*{
margin:0 ;
padding:0 ;
font-family: 'popins','sans-sarif';
box-sizing: border-box;
}
body{
display: flex;